Click or drag to resize

AttributeCollectionAdd Method (String)

Adds an Attribute with the specified name to the collection.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int Add(
	string name
)

Parameters

name
Type: SystemString
The name of the Attribute to add.

Return Value

Type: Int32
The index of the added Attribute.
See Also